home *** CD-ROM | disk | FTP | other *** search
-
- Interpreter Control
-
-
- _________________________________________________
-   compiled? *283*
-
-
- Output names: [Result]
-
- Output types: [boolean]
-
- Description: Result is TRUE if your program is compiled, and FALSE if your program is interpreted.
-
-
- _________________________________________________
-   debug *283*
-
-
- Input types: boolean
-
- Description: Debug state is turned on if Set is TRUE, and off if it is FALSE.
-
- Compiler: Not supported.
-
- See also: trace, halt
-
-
- _________________________________________________
-  
- halt *283*
-
-
- Description: Suspends execution.
-
- See also: debug, trace
-
-
- _________________________________________________
-  
- trace *283*
-
-
- Input types: boolean
-
- Description: Trace state is on if Set is TRUE, and off if it is FALSE.
-
- Compiler: Not supported.
-
- See also: debug, halt
-